Release 10.1A: OpenEdge Data Management:
DataServer for Microsoft SQL Server
Retrieving output parameter values
When you call a stored procedure, you can specify the ordered list of positional parameters or you can name them individually. To retrieve output parameter values from a stored procedure, request them with the keyword
OUTPUTorINPUT–OUTPUTwhen you execute the procedure. When you run a stored procedure in a DataServer application, the parameters are supplied and passed using OpenEdge data types.The 4GL procedure presented in Example 3–5 uses the second option for passing parameters—it passes them by name with the
PARAMoption.
Example 3–5: Passing parameters by name using the PARAM optionWhen you use
PARAMto specify parameter names, you do not have to specify all parameters for the stored procedure. Instead, you can include only those parameters you want to use, in any order you choose. If the stored procedure names a default value for the parameter, you do not have to name that parameter at run time. However, you must explicitly name parameters that do not have defaults or name them when you want to pass values that are different from the default.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |